home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / SHEAR.PI < prev    next >
Encoding:
Text File  |  1992-02-09  |  324 b   |  21 lines

  1. # Generic Polyray input File
  2. # Polyray input file: Alexander Enzmann
  3.  
  4. # Set up the camera
  5. viewpoint {
  6.    from <0,0,-8>
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 45
  10.    hither 1
  11.    resolution 160, 160
  12.    }
  13.  
  14. background skyblue
  15. light <-10,3, -20>
  16.  
  17. object {
  18.    sphere <0, 0, 0>, 2
  19.    shear 0.5, 0, 0, 0, 0, 0
  20.    }
  21.